home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #2 / Monster Media No. 2 (Monster Media)(1994).ISO / bbs_util / 4cast2bb.zip / SYSOP.DOC < prev    next >
Text File  |  1994-08-04  |  8KB  |  196 lines

  1.                             The Weather Forecaster
  2.                                 Copyright 1994
  3.                               By Eric Alexander
  4.  
  5. -=Disclaimer=-
  6. This software is not guarented to do ANYTHING but take up space on your
  7. hard drive!
  8.  
  9. -=Overview=-
  10. The weather forecaster can best be described as an online interface for Rob
  11. Ballard's program WXMAN.  The Weather Forecaster will allow your users to
  12. request a forecast for a city of their choice.
  13.  
  14. -=Commandline Options=-
  15.     The Weather Forecaster accepts three different commandline parameters
  16. HOWEVER, only one can be used at a time.
  17.     1) -LOCAL --- Will run the door in local mode.
  18.     2) "path to an alternate dropfile With NO ending backslash and NO filename"
  19.         etc...c:\quickbbs\doors\temp
  20.     3) -MAINT --- Will run the maintainence to find and remove any user
  21.         archives or message that have been left or overlooked after
  22.         10 days.  All files removed will be loffed!
  23. -=Programs Operation=-
  24. When you first start up 4CAST you are given 4 options. Most are self
  25. explainitry.  Based on weather or not you have an archive waiting you may
  26. have the option to view your requested forecasts.  When the user selects [E]
  27. to request a forecast they are given a list of available forecast types and
  28. asked to enter the airport code for the city for which they want the report.
  29. Then they are asked the number for the report. Finally they are asked if they
  30. want anymore.
  31. After the user selects all of the reports they are returned to the main menu
  32. where they select to be returned to the BBS.  Before they are returned they
  33. are asked to confirm their request.
  34. What happens from here happens after the user logs off.
  35. When they user logs off, the Mailer of BBS batch file needs to check for a
  36. flag file named call.now in the 4CAST dir. This file is made whenever there is
  37. a request pending, and erased after the request is processed...
  38. If the batch file detects the flag, it needs to run the program callduat.exe
  39. which will do several things.
  40. 1) Call the Duat and retrieve the forecast, archive them, and write a message
  41. to the user telling them of their waiting forecast.
  42. Sorry but as of yet 4CAST will not leave the message in the BBS message base.
  43.  
  44. -=SETUP=-
  45. If you are currently using Wxman, make SURE that the copy of Wxman you use for
  46. your personal use is SEPERATE from the one you use for the door As 4CAST makes
  47. the REPORTS.DAT file based on the user's request, and the WXCONFIG.DAT file is
  48. change to be specific to 4CAST.
  49.  
  50. 1) Make A Dir under your BBS (or anywhere really) say C:\4cast
  51. 2) Unzip 4cast200.zip into this dir.
  52. 3)Change to dir c:\4cast (or whatever you named it) and unzip Wxman22.zip
  53. 4) If DSZ is already on your Harddrive, do not worry about DSZ.zip, if you Do
  54. not have DSZ then Unzip DSZ.zip and copy DSZ.* to a dir in your path, I.E. the
  55. root dir. 4CAST uses this to allow the user to download the Forecasts!
  56. 4) Run SETUP.EXE
  57.  
  58.     SELECT [C]
  59.  
  60.     - Path to BBS Dropfile ***Path to where your BBS places its dropfile DO
  61. NOT INCLUDE THE TRAILING BACKSLASH!!*****
  62.    - Path to door Data Files *** This is the dir to 4cast files and the Wxman
  63. files**** (DO NOT INCLUDE THE TRAILING BACKSLASH)
  64.    - Path to TEMPORARY Dir... *** This is the Temp dir where many things are
  65. done I suggest something like C:\4cast\temparc  In the Wxman config make sure
  66. that the path to Place the forecasts is THE SAME as what you enter here. (DO
  67. NOT INCLUDE THE TRAILING BACKSLASH!)
  68.    - Path to user's zipped forecasts *** This is where 4CAST will place the
  69. user's zipped forecasts. suggest c:\4cast\archive.
  70.  
  71.    NOTE: The Temp dir, where Wxman places the forecasts, is where 4CAST gets
  72. the forecasts to zip up into the archive placed into the archive dir. 4CAST
  73. also unzips the forecasts into the Temp dir for online viewing!
  74.  
  75.    - Name Of City State *** This is what is showed to the user along with the
  76. airport code for this city which is entered next. This allows the user not to
  77. have to view the Citylist.doc to find out the code for their city:) (I.E.
  78. Columbus, Ga)
  79.    - Airport Code *** Airport code for the city you entered above. If you do
  80. not know look at the doc file Citylist.doc..***
  81.    - If you are running a non-standard port (I.E com3 IRQ 5) enter the Base
  82. address,IRQ in that format, otherwise leave blank (I.E Com3 ORQ 5 would be
  83. 03e8,5)
  84.  
  85. SELECT [E]
  86.  
  87. - Enter your name.
  88. - Enter 0 for unregistered
  89.  
  90. SELECT [R]
  91.  
  92. Now you are almost done....
  93. Setup WXCONFIG.DAT file as stated in the wxman.doc file. EXCEPT for the
  94. BULLPATH. here put the same path as you put for the temporary dir when you ran
  95. SETUP. Include the trailing backslash here!
  96.  
  97. -Next DELETE the file REPORTS.DAT
  98.  
  99. - Then in the batch file that you run the BBS from....Place a line like
  100. this in the section of the Batch file that executes after a user loggs off
  101. from the BBS.
  102.  
  103. IF EXIST c:(path to the 4CAST door)\call.now goto call_duat
  104.  
  105. then add this
  106.  
  107. :call_duat
  108. cd c:\(path to 4CAST door)
  109. callduat.exe
  110. goto (wherever in the batch file to bring the bbs back up)
  111.  
  112. get the IDEA. If not send me your batch file, and I will try and help. Or call
  113. me voice!
  114.  
  115. The idea is that after every call the BBS exits to the batch file that started
  116. it, and checks for the flag file call.now. if it does not exist it brings the
  117. BBS back up, if it does exist, it runs callduat, then brings the BBS back
  118. up...
  119.  
  120.  
  121. [PCBOARD BATCH FILE SETUP]
  122. make or edit the file $$LOGOFF.BAT.
  123. ----Example $$LOGOFF.BAT-------------
  124. if exist c:\[path to door]\call.now goto duat
  125. goto end
  126.  
  127. :duat
  128. cd\[path to door files]
  129. callduat.exe
  130. goto end
  131.  
  132. :end
  133.  
  134. -------End Example------------------
  135.  
  136. Place the logoff bat file either in the Pcboard directory, or any directory in
  137. your path.
  138.  
  139.  
  140.  
  141. Here is my set up for reference if you have any questions...
  142. ─────────────────4CAST.CFG entered Via SETUP.EXE──────────────────────
  143. Dropfile Path          c:\quickbbs\node3
  144. Door files path        c:\test
  145. Temporary dir          c:\test\temparc
  146. archive dir            c:\test\archive
  147. City,State             Columbus, Ga
  148. Airport Code           CSG
  149. Non standard           03e8,5                comment. this is for com3 irq5
  150.                                                       leave blank if standard
  151. Registration info      Eric Alexander
  152. Registration Number    0
  153.  
  154. ───────────────────────END───────────────────────────────────
  155.  
  156.  
  157. ────────────-WXCONFIG.DAT────────────────────────────────────────────-
  158. SysopName Eric Alexander
  159. BBSName   The Ridge Runner
  160. ComPort   3
  161. BaudRate  2400
  162. InitCmd   ATZ0
  163. DialCmd   ATDT*70,18002453828
  164. PlaneID   N232
  165. BusyTries 3
  166. TimeOut   60                         ┌─
  167. BullPath  C:\test\temparc\           │ comment. Notice this is the same as the
  168.                                      │          temp dir above, with trailing
  169.                                      │          backslash
  170. KeepTrans N                          └────────────────────────────────────────
  171. offHook   N
  172. Style     1
  173. Debug     N
  174. Sponsor   Sponsored By:  Eric Alexander
  175.  
  176.  
  177.  
  178. ────────────────────-END────────────────────────────────────────────-
  179.  
  180.  
  181.  
  182. How to get a hold of me:
  183. Fidonet address   1:3613/9
  184. BBS #  1-706-682-1228
  185. Voice# 1-706-682-9299
  186.  
  187. Please feel free to give any suggestions, or ask for anykind of help:)
  188.  
  189. If you are having trouble setting up 4CAST please give as much info as
  190. possible, and send me all of your batch files and I will try my best to help
  191. you out!
  192.  
  193. Thanks
  194. -=Eric Alexander=-
  195.  
  196.